runtime.muintptr.set (method)

19 uses

	runtime (current package)
		coro.go#L153: 		gp.lockedm.set(nil)
		coro.go#L246: 		gnext.lockedm.set(mp)
		debugcall.go#L149: 		newg.lockedm.set(mp)
		debugcall.go#L196: 	gp.lockedm.set(mp)
		mgc.go#L1440: 	node.m.set(acquirem())
		mgc.go#L1498: 		node.m.set(acquirem())
		mgc.go#L1598: 			node.m.set(nil)
		proc.go#L2538: 	gp.lockedm.set(mp)
		proc.go#L2811: 	mp.schedlink.set(mnext)
		proc.go#L2895: 		newmHandoff.newm.set(mp)
		proc.go#L5459: 	gp.lockedm.set(gp.m)
		proc.go#L5994: 			pp.m.set(mget())
		proc.go#L6061: 	pp.m.set(gp.m)
		proc.go#L6829: 	sched.midle.set(mp)
		runtime2.go#L286: func (mp *muintptr) set(m *m) { *mp = muintptr(unsafe.Pointer(m)) }
		runtime2.go#L294: 	(*muintptr)(unsafe.Pointer(mp)).set(new)
		rwmutex.go#L91: 				rw.readers.set(m)
		rwmutex.go#L132: 			rw.writer.set(m)
		rwmutex.go#L154: 		reader.schedlink.set(nil)